home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / IMGLIB95 / USIMPLE.DF_ / USIMPLE.DF / USIMPLE.txt
Text File  |  1996-03-31  |  920b  |  46 lines

  1. object SimpleForm: TSimpleForm
  2.   Left = 82
  3.   Top = 81
  4.   Width = 441
  5.   Height = 300
  6.   Caption = 'Simple example'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Button1: TButton
  14.     Left = 384
  15.     Top = 0
  16.     Width = 49
  17.     Height = 273
  18.     Caption = '&open'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object MultiImage1: TPMultiImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 382
  26.     Height = 273
  27.     Center = True
  28.     Color = clBtnFace
  29.     ImageName = 'file not found'
  30.     ImageDither = True
  31.     ImageReadRes = lColor256
  32.     ImageWriteRes = sColor256
  33.     JPegSaveQuality = 25
  34.     JPegSaveSmooth = 0
  35.     TabOrder = 1
  36.     TabStop = False
  37.   end
  38.   object OpenDialog1: TOpenDialog
  39.     Filter = 
  40.       'jpeg|*.jpg|gif|*.gif|pcx|*.pcx|bitmap|*.bmp|icon|*.ico|metafile|' +
  41.       '*.wmf|png|*.png'
  42.     Left = 376
  43.     Top = 8
  44.   end
  45. end
  46.